home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / utilities / wb / appmenu2_2.lha / AppMenu2.2 / Test.StartMeFirst < prev    next >
Encoding:
Text File  |  1994-07-19  |  279 b   |  12 lines

  1. If NOT EXISTS ENV:AppMenu
  2.    Echo "Creating dir *"ENV:AppMenu*".*N"
  3.    MakeDir ENV:AppMenu
  4.    Wait 1
  5. EndIf
  6. Echo "Creating file *"ENV:AppMenu/AppMenu.prefs*" from *"TestMenu.pre*".*N"
  7. AppMenu >NIL: FROM TestMenu.pre USE
  8. Wait 1
  9. Echo "Starting AppMenuCx"
  10. Run >NIL: AppMenuCx
  11. Wait 5
  12.